home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1996
/
MacHack 1996.toast
/
Hacks
/
Hacks ’92
/
HyperInitMaker...
/
Heizer Working Models
/
MasterScript WM.sea
/
MasterScript™.Demo ƒ
/
Scripts ƒ
/
Launch
< prev
next >
Wrap
Text File
|
1992-04-06
|
1KB
|
43 lines
-- File Name: Launch
-- Written By: Peter B. Nagel
-- Date Created: November 8, 1991 1:45:48 PM
-- Description: MasterScript’s default start up script.
-- MasterScript executes this script after
-- loading all of its modules and creating
-- all of its menus and other data structures,
-- and so the contents of this script can be
-- used to override MasterScript's default
-- behavior.
-- Change History:
-- ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
--> TURN OFF MESSAGES MONITORING
-- put the MsgsMonitoring of window "Messages Monitor" into MS1Global
-- set the MsgsMonitoring of window "Messages Monitor" to FALSE
-- get rid of the "L" command key equivalent for HyperCard's menu
-- so that the "Find Selection" popup menu item works
-- set the cmdChar of menuitem "Next Window" of menu Go to ""
--> CALL ANOTHER SCRIPT TO RECONFIGURE MASTERSCRIPT'S MENUS
-- MasterScript SetUpMenus
--> ADD A MENU COMMAND TO EXECUTE AN EXTERNAL TOOL
-- put "-" after menu Wind
-- put "List Resources" after menu Wind
-- set the menumsg of menuitem "List Resources" of menu Wind to "MasterScript" && quote & "ResStrip -l" & quote
--> CALL ANOTHER SCRIPT TO CONFIGURE MASTERSCRIPT’S MODULES
-- MasterScript Configure
--> RESTORE THE MESSAGES MONITORING STATE
-- set the MsgsMonitoring of window "Messages Monitor" to MS1Global